home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / etc / config.att-dataport < prev    next >
Text File  |  1994-08-01  |  2KB  |  54 lines

  1. # $Header: /usr/people/sam/fax/etc/RCS/config.att-dataport,v 1.9 1994/03/29 00:00:45 sam Rel $
  2. #
  3. # Configuration for using the Class 1 command interface with
  4. # an AT&T DataPort 14.4 modem.  Firmware version 122 (ati1)
  5. # or newer.
  6. #
  7. # Hardware flow control is used.
  8. #
  9. # Note that due to a bug in the 1.22 firmware the FCS bytes in the HDLC
  10. # frames are NOT returned to the host.  This is fixed in versions 1.33
  11. # and later.  To deal with this problem, early firmware revs should be
  12. # sure to have Class1FrameOverhead set appropriately.
  13. #
  14. # CONFIG: CLASS1: 144: Manufacturer='AT&T' Model=Dataport
  15. #
  16. CountryCode:        1        # USA
  17. LongDistancePrefix:    1
  18. InternationalPrefix:    011
  19. AreaCode:        415
  20. DialStringRules:    etc/dialrules
  21. FAXNumber:        +1.415.965.7824
  22. ServerTracing:        1
  23. SessionTracing:        11
  24. RecvFileMode:        0600
  25. LogFileMode:        0600        # private log files
  26. DeviceMode:        0600        # device is accessible only to uucp/fax
  27. SpeakerVolume:        off
  28. RingsBeforeAnswer:    1        # answer on first ring
  29. #
  30. ModemType:        Class1        # hint to override class 2
  31. ModemRate:        38400        # could probably run 57600
  32. ModemFlowControl:    rtscts
  33. ModemFlowControlCmd:    &R0&S1        # RTS/CTS follow RS232 operation
  34. ModemSetupDTRCmd:    &D2        # DTR off causes modem to reset
  35. ModemSetupDCDCmd:    &C1        # DCD follows carrier
  36. ModemMfrQueryCmd:    !AT&T
  37. ModemModelQueryCmd:    !DataPort
  38. ModemRevQueryCmd:    I19
  39. #
  40. # NB: this works around a bug in the 1.22 firmware; it is fixed
  41. # in versions 1.33 and later in which case you can remove this
  42. # line and use the default value of 4.
  43. #
  44. Class1FrameOverhead:    2        # 1.22 firmware does not include FCS
  45. #
  46. ModemDialCmd:        DT%s        # T for tone dialing
  47. #
  48. # The modem returns "OK" when there is a timeout before carrier is
  49. # established.  This is treated as "NO CARRIER" by faxd.  Thus we
  50. # need to up the NoCarrierRetrys parameter to avoid having the server
  51. # reject jobs prematurely.
  52. #
  53. NoCarrierRetrys:    3        # retry 3 times on no carrier
  54.